'Declaration Protected Overridable Function MoveAsyncOverride( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal cancellationToken As CancellationToken _ ) As Task
protected virtual Task MoveAsyncOverride( int fromIndex, int toIndex, CancellationToken cancellationToken )
Parameters
- fromIndex
- The original index of the item.
- toIndex
- The destination index of the item.
- cancellationToken
- The cancellation token.